Method Extract<T>(Expression<Func<T, bool>>)

Assembly: redb.Core.dll

Extracts field names from expression.

public static HashSet<string> Extract<T>(Expression<Func<T, bool>> expression)